home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 6_functions / getsets < prev    next >
Encoding:
Text File  |  2001-03-22  |  335 b   |  17 lines

  1. Synopsis:
  2.    $getsets(<mask>)
  3.  
  4. Technical:
  5.    This function returns the names of all SET(4) variables matching <mask>.
  6.  
  7. Returns:
  8.    space-separated list of the names of all /set variables matching the
  9.    wildcard <mask>
  10.  
  11. Example:
  12.    $getsets(*tab*)                         /* returns "TAB TAB_MAX"
  13.  
  14. See Also:
  15.    set(4)
  16.  
  17.